From 41e98b14d33bf7be882df414b98793205f3f26f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Feb 2012 08:05:47 -0500 Subject: [PATCH] gtk-demo: Use preprocessing for resources Strip blanks from ui files, and convert pngs into pixdata. This is useful and serves as a test of these preprocessing options at the same time. --- demos/gtk-demo/application.gresource.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/gtk-demo/application.gresource.xml b/demos/gtk-demo/application.gresource.xml index ed5c81e9ad..485053532e 100644 --- a/demos/gtk-demo/application.gresource.xml +++ b/demos/gtk-demo/application.gresource.xml @@ -1,11 +1,11 @@ - gtk-logo-24.png - gtk-logo-48.png + gtk-logo-24.png + gtk-logo-48.png - application.ui - menus.ui + application.ui + menus.ui -- 2.30.2